home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_82394.txt < prev    next >
Text File  |  1989-09-27  |  6KB  |  243 lines

  1. -- card: 82394 from stack: in
  2. -- bmap block id: 82629
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Project Calendar DBOX 2
  6.  
  7.  
  8. -- part 12 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=21 top=62 right=102 bottom=138
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 21
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: InBox
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=27 top=225 right=247 bottom=394
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: buttons
  34. ----- HyperTalk script -----
  35. on mouseDown
  36.   show card field popupButtons
  37. end mouseDown
  38.  
  39. on mouseUp
  40.   hide card field popupButtons
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 4 (button)
  46. -- low flags: 00
  47. -- high flags: 2000
  48. -- rect: left=415 top=218 right=251 bottom=442
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: icon
  57. ----- HyperTalk script -----
  58. on mouseDown
  59.   show card field popupIcon
  60. end mouseDown
  61.  
  62. on mouseUp
  63.   hide card field popupIcon
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 5 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=232 top=55 right=72 bottom=416
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: range
  80. ----- HyperTalk script -----
  81. on mouseDown
  82.   show card field popupYear
  83. end mouseDown
  84.  
  85. on mouseUp
  86.   hide card field popupYear
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 6 (button)
  92. -- low flags: 00
  93. -- high flags: 2000
  94. -- rect: left=230 top=77 right=214 bottom=428
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: month
  103. ----- HyperTalk script -----
  104. on mouseDown
  105.   show card field popupMonth
  106. end mouseDown
  107.  
  108. on mouseUp
  109.   hide card field popupMonth
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 7 (field)
  115. -- low flags: 81
  116. -- high flags: 2004
  117. -- rect: left=20 top=55 right=157 bottom=221
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 0
  121. -- font id: 3
  122. -- text size: 10
  123. -- style flags: 0
  124. -- line height: 13
  125. -- part name: popupYear
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   hide card field "popupYear"
  129. end mouseUp
  130.  
  131.  
  132. -- part 8 (field)
  133. -- low flags: 81
  134. -- high flags: 2004
  135. -- rect: left=21 top=107 right=211 bottom=227
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: popupMonth
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "popupMonth"
  147. end mouseUp
  148.  
  149.  
  150. -- part 9 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=12 top=54 right=221 bottom=457
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 3
  158. -- text size: 10
  159. -- style flags: 0
  160. -- line height: 13
  161. -- part name: popupButtons
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   hide card field "popupButtons"
  165. end mouseUp
  166.  
  167.  
  168. -- part 11 (field)
  169. -- low flags: 81
  170. -- high flags: 2004
  171. -- rect: left=323 top=134 right=212 bottom=451
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 10
  177. -- style flags: 0
  178. -- line height: 13
  179. -- part name: popupIcon
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide card field "popupIcon"
  183. end mouseUp
  184.  
  185.  
  186. -- part 13 (field)
  187. -- low flags: 01
  188. -- high flags: 0002
  189. -- rect: left=409 top=260 right=275 bottom=464
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 1
  193. -- font id: 3
  194. -- text size: 10
  195. -- style flags: 0
  196. -- line height: 13
  197. -- part name: pagexofy
  198.  
  199.  
  200. -- part contents for card part 7
  201. ----- text -----
  202. To set the year range, click a year, then scroll forward or backward in time by using the arrows that appear just below. 
  203.  
  204. The range of a calendar can be up to 10 years long.
  205.  
  206.  
  207. -- part contents for card part 8
  208. ----- text -----
  209. Find a month by selecting the month that‚Äôs showing, then using the arrows that appear. 
  210.  
  211. Click or drag through days of the month to turn work days on or off.
  212.  
  213.  
  214. -- part contents for card part 9
  215. ----- text -----
  216. Click New to add another calendar to the project. A new calendar has the same settings as the Project Calendar until you make changes.
  217.  
  218. Click Save As to save the calendar as an external file or under a different name if it is already an external file. If you have an external calendar that‚Äôs being used by more than one project, you might want to use Save As to create a version that you can change for just one of the projects without affecting the shared calendar for the other projects.
  219.  
  220. Click Link to link a calendar saved as an external file.
  221.  
  222. Click Default to change the settings of the current calendar to the default settings: Monday through Friday, 9:00 to 5:00, with no holidays.
  223.  
  224.  
  225. -- part contents for card part 11
  226. ----- text -----
  227. This icon is black rather than gray if the calendar currently showing is saved as an external file.
  228.  
  229. -- part contents for card part 12
  230. ----- text -----
  231. Press any element for details.
  232.  
  233. -- part contents for background part 30
  234. ----- text -----
  235. The Dates Menu
  236.  
  237. -- part contents for background part 31
  238. ----- text -----
  239. Calendar Window
  240.  
  241. -- part contents for card part 13
  242. ----- text -----
  243. 2 of 2